home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / GRAFIK / S3 / NT4 / VIRGEGX2 / WNT32103.ZIP / S3VIRGE.INF < prev    next >
Windows Setup INFormation  |  1997-08-20  |  5KB  |  180 lines

  1. ; S3VIRGE.INF
  2. ;
  3. ; Installation inf for the S3 Incorporated display driver.
  4. ;
  5. ; (c) Copyright 1997 S3 Incorporated.
  6. ;
  7.  
  8. [Version]
  9. Signature="$CHICAGO$"
  10. Provider=%S3%
  11. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  12. Class=Display
  13.  
  14. [DestinationDirs]
  15. DefaultDestDir   = 11
  16. S3Inc.Miniport   = 12   ; drivers
  17. S3Inc.Display    = 11   ; system32
  18. S3Inc.ConfigFile = 12   ; config files to the drivers directory
  19. S3Inc.Hotkey     = 10,%AllUsersDir%  ; directory to place HOTKEY.EXE
  20.  
  21. ;
  22. ; Driver information
  23. ;
  24.  
  25. [Manufacturer]
  26. %S3%   = S3.Mfg
  27.  
  28. ;
  29. ; This section should be modified to reflect the chip strings the
  30. ; user will see in the Displays applet when the new driver is being
  31. ; installed from the driver diskette.
  32. ;
  33. [S3.Mfg]
  34. %S3% Display Driver v3.21.03 = S3Inc
  35.  
  36. ;
  37. ; General installation section
  38. ;
  39.  
  40. [S3Inc]
  41. CopyFiles=S3Inc.Miniport, S3Inc.Display, S3Inc.ConfigFile
  42. DelReg = S3SWITCH.AddReg
  43. DelFiles = S3SWITCHcopy.sys, S3SWITCHcopy.hlp, S3Inc.Hotkey, S3SWITCHcopy.inf
  44.  
  45. ;
  46. ; File sections
  47. ;
  48.  
  49. [S3Inc.Miniport]
  50. s3mini.sys      ; miniport driver
  51.  
  52. [S3Inc.Display]
  53. s3virge.dll     ; ViRGE display driver
  54.  
  55. ;
  56.  
  57. ;**************************************************************************
  58. ; Mode/Configuration File Installation
  59. ; ====================================
  60. ;
  61. ; To install a mode/refresh configuration file with the drivers:
  62. ;
  63. ; 1) Remove the leading ";" from the "%S3ConfigFile%" line in the
  64. ;    [S3Inc.ConfigFile] section below.  This will allow the configuration
  65. ;    file to be copied from the driver diskette to the target system.
  66. ; 2) Remove the leading ";" in the "HKR..." line in the [S3Inc_Configuration]
  67. ;    section below.  This will place the configuration file name in the
  68. ;    Registry.
  69. ; 3) Set S3ConfigFile to the mode/refresh filename in the [Strings] section
  70. ;    at the bottom of this file.
  71. ;
  72. ;**************************************************************************
  73.  
  74. [S3Inc.ConfigFile]
  75. ;%S3ConfigFile%     ; **** copy config file ****
  76.  
  77. ;
  78. ; Service Installation
  79. ;
  80.  
  81. [S3Inc.Services]
  82. AddService = S3Inc, 0x00000002, S3Inc_Service_Inst, S3Inc_EventLog_Inst
  83.  
  84. [S3Inc_Service_Inst]
  85. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  86. StartType      = 1                  ; SERVICE_SYSTEM_START
  87. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  88. LoadOrderGroup = Video
  89. ServiceBinary  = %12%\s3mini.sys
  90.  
  91. [S3Inc_EventLog_Inst]
  92. AddReg = S3Inc_EventLog_AddReg
  93.  
  94. [S3Inc_EventLog_AddReg]
  95. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\s3mini.sys"
  96. HKR,,TypesSupported,0x00010001,7
  97.  
  98.  
  99. ;
  100. ; Software Installation
  101. ;
  102.  
  103. [S3Inc.SoftwareSettings]
  104. AddReg = S3Inc_SoftwareDeviceSettings
  105. AddReg = S3Inc_Configuration   ; mode/refresh config file section
  106. DelReg = S3SWITCH.AddReg
  107. DelFiles = S3SWITCHcopy.sys, S3SWITCHcopy.hlp, S3Inc.Hotkey, S3SWITCHcopy.inf
  108.  
  109. ;
  110. ; This section is used to place the mode/refresh configuration filename
  111. ; in the Registry. (See [S3Inc.ConfigFile] section above)
  112. ;
  113.  
  114. [S3Inc_Configuration]
  115. ;HKR, , ModeCfgFile, %REG_EXPAND_SZ%, \SystemRoot\system32\drivers\%S3ConfigFile%
  116.  
  117.  
  118. [S3Inc_SoftwareDeviceSettings]
  119. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, s3virge
  120. HKR,, VgaCompatible,               %REG_DWORD%,    0
  121.  
  122. ;
  123. ; Source file information
  124. ;
  125.  
  126. [SourceDisksNames.x86]
  127. 1 = %DiskId%,,,""
  128.  
  129. [SourceDisksFiles]
  130. s3mini.sys       = 1     ; all files on Disk 1
  131. s3virge.dll      = 1
  132. %S3ConfigFile%   = 1
  133. S3VIRGE.inf      = 1
  134.  
  135. [DefaultUninstall]
  136. DelReg = S3SWITCH.AddReg
  137. DelFiles = S3SWITCHcopy.sys, S3SWITCHcopy.hlp
  138.  
  139. [S3SWITCHRemove]
  140. DelReg = S3SWITCH.AddReg
  141. DelFiles = S3SWITCHcopy.sys, S3SWITCHcopy.hlp
  142.  
  143. [Strings]
  144.  
  145. ;
  146. ; Non-Localizable Strings
  147. ;
  148.  
  149. REG_SZ         = 0x00000000
  150. REG_MULTI_SZ   = 0x00010000
  151. REG_EXPAND_SZ  = 0x00020000
  152. REG_BINARY     = 0x00000001
  153. REG_DWORD      = 0x00010001
  154. SERVICEROOT    = System\CurrentControlSet\Services
  155.  
  156. ;
  157. ; Localizable Strings
  158. ;
  159.  
  160. DiskId      = "S3 Incorporated Installation DISK (VIDEO)"
  161. GraphAdap   = "Graphics Adapter"
  162. S3          = "S3 Incorporated"
  163. AllUsersDir = "profiles\All Users\Start Menu\PROGRAMS\STARTUP"
  164.  
  165. ; S3SWITCH string
  166. 1           = "Controls Folder"
  167. ShortDesc   = "S3 Display Configuration Utility"
  168. LongDesc    = "S3 Display Configuration Utility"
  169. S3          = "S3 Incorporated"
  170.  
  171. ;
  172. ; Add the name of the mode/refresh configuration file here. (See the
  173. ; [S3Inc.Configuration] section above.  If no configuration file is used,
  174. ; set S3ConfigFile = "".
  175. ;
  176. ; ex.   S3ConfigFile = "modes765.cfg"
  177. ;
  178. S3ConfigFile = ""
  179.  
  180.